home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1377 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  2.3 KB

  1. From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
  2. Date: Wed, 11 May 94 11:04:09 +0200
  3. Message-Id: <9405110904.AA13659@issan.informatik.uni-dortmund.de>
  4. To: miff@apanix.apana.org.au
  5. In-Reply-To: <199405091450.AAA29330@seldon.apanix.apana.org.au> (message from Michael Smith on Tue, 10 May 1994 00:20:38 +0930 (CST))
  6. Subject: Re: Deleting owned files...
  7.  
  8. Michael Smith <miff@apanix.apana.org.au> writes:
  9.  
  10. |> sed (built 2.03, doesn't appear to work properly - may need more stack)
  11.  
  12. Yes, the GNU regex package needs atleast 20k of stack.
  13.  
  14. |> To anyone attempting to run an FSF configure script :
  15.  
  16. |> If it hangs at the eleventh hour (literally, the taylor script 
  17. |> takes about an hour running with Bash in fastram on a 4/4 TT)
  18. |> while creating config.status, the offending line looks like this :
  19.  
  20. |> # on host `(hostname || uname -n) 2>/dev/null |sed 1q `:
  21.  
  22. This is strange.  I never had problems executing this line with my
  23. version of bash, but then it have both hostname and uname lying around
  24. (hostname is just uname -n).  But even when hostname is missing it
  25. still doesn't hang.  Btw, on my machine (2/16 TT), configure only
  26. takes about 20 minutes, IIRC.
  27.  
  28. |> If you want to play with Taylor before I'm done, there is very little to
  29. |> do after configure has run :
  30.  
  31. |> in the lib, uuconf and unix directories, replace   "ar rc"  with "ar rs"
  32. |> (I don't have any manual pages for ar, but with the former arguments,
  33. |> ld won't find anything in the libraries.
  34.  
  35. This is because 's' tells ar to construct a symbol table (__.SYMDEF),
  36. which ld needs to quickly find the symbols defined in the archive.
  37. It's probably a bug that ld doesn't work with archives that lack a
  38. symbol table.
  39.  
  40. |> in the unix/ directory, edit the file isfork.c and include in it the
  41. |> fragment of serial.c that defines EAGAIN (I take it MiNT never 
  42. |> returns EAGAIN?) or do it by hand if you're not interested in 
  43. |> portability 8)
  44.  
  45. I think EAGAIN can be defined to be ENOMEM, which is the best
  46. approximation (Hey, i haven't enough memory to execute you, try again
  47. later!).
  48.  
  49. Andreas.
  50.  
  51. +------------------------------------------------------------------------+
  52. Andreas Schwab                                      "And now for something
  53. schwab@ls5.informatik.uni-dortmund.de                completely different"
  54. * Linux/Atari is coming soon, stay tuned * But don't hold your breath... *
  55.